var crypto/tls.hasAESGCMHardwareSupport

5 uses

	crypto/tls (current package)
		cipher_suites.go#L376: 	hasAESGCMHardwareSupport = hasGCMAsmAMD64 || hasGCMAsmARM64 || hasGCMAsmS390X || hasGCMAsmPPC64
		cipher_suites.go#L394: 	if !hasAESGCMHardwareSupport {
		handshake_client.go#L97: 	hello.cipherSuites = config.cipherSuites(hasAESGCMHardwareSupport)
		handshake_client.go#L136: 		} else if hasAESGCMHardwareSupport {
		handshake_server_tls13.go#L180: 	if !hasAESGCMHardwareSupport || !isAESGCMPreferred(hs.clientHello.cipherSuites) {